home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000095_carldeitrich5@comcast.net_Wed Feb 4 15:05:38 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: carldeitrich5@comcast.net (Carl)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: close kermit window after running a program
  5. Date: 4 Feb 2004 07:53:52 -0800
  6. Organization: http://groups.google.com
  7. Lines: 14
  8. Message-ID: <4c64004.0402040753.4398a78@posting.google.com>
  9. NNTP-Posting-Host: 146.145.216.207
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1075910032 632 127.0.0.1 (4 Feb 2004 15:53:52 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Wed, 4 Feb 2004 15:53:52 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14796
  16.  
  17. I am running k95 version 2.1.2
  18. from a script I am issuing the following
  19.  
  20. DEFINE PROGRAM CD "C:\PROGRAM FILES\OMEGA PATIENT CENTER",RUN
  21. "PATIENTCENTER.EXE"
  22. program
  23. quit
  24.  
  25. the program opens ok but the quit command does not execute until i
  26. close the patientcenter.exe.  Is there a way to return control back to
  27. the kermit script so the quit command executes and closes the kermit
  28. window?
  29. Thanks in advance,
  30. Carl
  31.